AnnoTabe
Leave annotations on tabs you want to get back to later
AnnoTabe क्या है?
AnnoTabe Manish Goregaokar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leave annotations on tabs you want to get back to later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AnnoTabe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes. The extension will have a yellow icon on tabs with annotations. One can also view a list of all the annotations, and go to the relevant tab directly from there. See http://softwarerecs.stackexchange.com/a/1913/19 for more information. Special thanks to @TildalWave for the icon!
एक्सटेंशन की मूल जानकारी
नाम | AnnoTabe |
ID | fdhebnledngmjdkhgamneiapbmjeigee |
आधिकारिक URL | https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee |
विवरण | Leave annotations on tabs you want to get back to later |
फ़ाइल का आकार | 23.89 KB |
स्थापना संख्या | 164 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2015-04-29 |
प्रकाशन तिथि | 2015-04-29 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Manish Goregaokar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnnoTabe", "description": "Leave annotations on tabs you want to get back to later", "version": "1.3.4", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icontildal19.png", "38": "icontildal19.png" }, "default_popup": "popup.html" }, "icons": { "16": "icontildalactive16.png", "48": "icontildalactive48.png", "128": "icontildalactive128.png" }, "incognito": "spanning" } |