Bookmarks on new tab
This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
Bookmarks on new tab क्या है?
Bookmarks on new tab Ilya Boltnev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks on new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is app for replacing default new tab page. One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app. In addition it displays most popular sites based on last week history
एक्सटेंशन की मूल जानकारी
नाम | Bookmarks on new tab |
ID | llplfmijcgmknneikmmkoobhojjnpbbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
विवरण | This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days |
फ़ाइल का आकार | 79.45 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-05-18 |
प्रकाशन तिथि | 2013-05-18 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | Ilya Boltnev |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks on new tab", "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days", "version": "1.2", "chrome_url_overrides": { "newtab": "my_newtab.html" }, "permissions": [ "bookmarks", "history", "management", "chrome:\/\/favicon\/" ], "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'" } |