Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Little Bookmark Box - Modify and Add क्या है?
Little Bookmark Box - Modify and Add https://www.pointworks.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modify & Add a link to your Little Bookmark Box."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Little Bookmark Box - Modify and Add एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
•• Requires Little Bookmark Box App for Mac OS X •• This extension makes it easy to bookmark the page you are viewing with a single click. You can select the Box, add a note, add tags, or change the title. For more information, and a free trial version of the Little Bookmark Box App, visit: http://www.pointworks.de/software/little-bookmark-box/
एक्सटेंशन की मूल जानकारी
नाम | Little Bookmark Box - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
आधिकारिक URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
विवरण | Modify & Add a link to your Little Bookmark Box. |
फ़ाइल का आकार | 42.02 KB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-05-02 |
प्रकाशन तिथि | 2016-05-01 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.pointworks.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.pointworks.de/software/little-bookmark-box/ |
सहायता पृष्ठ URL | http://www.pointworks.de/software/little-bookmark-box/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Little Bookmark Box - Modify and Add", "description": "Modify & Add a link to your Little Bookmark Box.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Modify & Add a link to your Little Bookmark Box", "default_icon": "small_icon_plus.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "lbb_128.png", "16": "lbb_16.png", "48": "lbb_48.png" } } |