Temporary Bookmarks
Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
Temporary Bookmarks क्या है?
Temporary Bookmarks https://www.extensions-for-chrome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temporary Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Temporary Bookmarks makes easy browse web sites that way, that you can save, open and delete bookmarks. Actual page you can add in popup. For add web link click the right mouse button on web link and add to Temporary Bookmarks in context menu. Popup show list of bookmarks. You can choose from three variants delete bookmark in options: 1) Click on delete icon and then confirm deletion. 2) Click on delete icon without confirmation. 3) After click on bookmark is open at the same time delete.
एक्सटेंशन की मूल जानकारी
नाम | Temporary Bookmarks |
ID | gicpnnockilhclmgekhdnnjokdmlfhmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk |
विवरण | Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later. |
फ़ाइल का आकार | 62.02 KB |
स्थापना संख्या | 597 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2013-09-21 |
प्रकाशन तिथि | 2013-09-21 |
रेटिंग | 3.96/5 कुल 26 रेटिंग्स |
डेवलपर | https://www.extensions-for-chrome.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Temporary Bookmarks", "description": "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.", "version": "1.3", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |