Later
Creates bookmarks for browser tabs to access them later.
Later क्या है?
Later CodeCodingCoder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates bookmarks for browser tabs to access them later."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply put, this extension creates a bookmark. It makes the bookmark in, by default: [Bookmark Root]:[Other bookmarks]:[_Later_]:[YYYY-MM-DD]:{Bookmark(s)} User can configure behaviors of the extension a bit in the Options Page: 1. The extension has three operation modes: OneTab, OneWin, and AllWin. 2. The bookmark root for the extension can be changed from "_Later_". 3. Close the tab/window(s) automatically afterwards. I made this extension for "my" convenience, but it would be nice to see usefulness for other people. Please let me know what you think. Thanks.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aokignajbinhiblkcbnckmgleljfomld |
आधिकारिक URL | https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld |
विवरण | Creates bookmarks for browser tabs to access them later. |
फ़ाइल का आकार | 189 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 2.0.0.0 |
अंतिम अपडेट | 2013-02-27 |
प्रकाशन तिथि | 2013-02-27 |
रेटिंग | 4.00/5 कुल 11 रेटिंग्स |
डेवलपर | CodeCodingCoder |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Later", "version": "2.0.0.0", "manifest_version": 2, "description": "Creates bookmarks for browser tabs to access them later.", "icons": { "16": "icons\/later16.png", "48": "icons\/later48.png", "128": "icons\/later128.png" }, "browser_action": { "default_icon": "icons\/laterBase19.png", "default_title": "Later extension: Creates bookmarks for tabs to access them later." }, "background": { "page": "laterBackground.html" }, "incognito": "split", "minimum_chrome_version": "4.0.222.0", "options_page": "laterOptions.html", "permissions": [ "tabs", "bookmarks", "contextMenus", "management" ] } |