Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2115)

Unified Diff: chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..ddf73eb6b1f75a726c55f8a33d61fe2c2e25ea99
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Time filter for History",
+ "version": "1.1",
+ "description": "Reads your history, and shows the top ten pages you visit during this time of the day +/- 1 hour",
+ "permissions": ["history", "tabs"],
+ "browser_action": {
+ "default_popup": "timeFilterUrls.html",
+ "default_icon": "clock.png"
+ },
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698