Image Stamps
Add some temporary stamps to webpages (until page is refreshed).
Image Stamps क्या है?
Image Stamps Nicolas Chan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add some temporary stamps to webpages (until page is refreshed)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Stamps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple extension that allows you to place temporary stamps on webpages by right clicking. You can use the default smiley face or your own image link. Instructions: 1. Install the extension 2. Go to a website 3. Click the smiley face icon in the extension bar 4. Either enter your own link or leave the default link for a smiley face and press "Ok" 5. Right click on the web page (might not work on all areas of the page) 6. To clear the stamps and disable the right click placement, refresh the page.
एक्सटेंशन की मूल जानकारी
नाम | Image Stamps |
ID | injmgpmjcoladcibifohddlmpjdfbnja |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja |
विवरण | Add some temporary stamps to webpages (until page is refreshed). |
फ़ाइल का आकार | 82.08 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-04-21 |
प्रकाशन तिथि | 2015-04-20 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | Nicolas Chan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Stamps", "description": "Add some temporary stamps to webpages (until page is refreshed).", "version": "1.0", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "popup.js" ], "persistent": false } } |