Temporary bookmarks
Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.
Temporary bookmarks क्या है?
Temporary bookmarks Mark Song द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temporary bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
I usually save many web pages into my bookmarks to visit that again, but many web pages are only for temporary, and it makes my bookmarks massy later, because it's quiet annoying to delete them after visiting. So I made a Temporary bookmarks to save temporary webpage, the bookmarks will be removed from the list automatically by the time you set. If you like it or any question, please leave your review. Thank you. Change log: V.2.0.0 - Added Temporary bookmark adding function in context menu V.1.4.0 - Using Chrome Sync to sync list across multiple devices
एक्सटेंशन की मूल जानकारी
नाम | Temporary bookmarks |
ID | lodempgomepppljcgieglnhnjmalgodm |
आधिकारिक URL | https://chromewebstore.google.com/detail/temporary-bookmarks/lodempgomepppljcgieglnhnjmalgodm |
विवरण | Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary. |
फ़ाइल का आकार | 58.9 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2015-07-12 |
प्रकाशन तिथि | 2015-07-12 |
रेटिंग | 3.20/5 कुल 5 रेटिंग्स |
डेवलपर | Mark Song |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "TempBookmark", "description": "__MSG_appDescription__", "version": "2.0.0", "author": "Mark Song", "background": { "scripts": [ "\/lib\/jquery-1.11.1.min.js", "background.js" ] }, "permissions": [ "storage", "contextMenus", "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |