Similar Pages
Find pages similar to the current one!
Similar Pages क्या है?
Similar Pages Austin Huang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find pages similar to the current one!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Similar Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click the extension icon to see similar pages! Currently only support English web sites.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | acfdoaedghianhkhaneeejlcldikhgjh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh |
विवरण | Find pages similar to the current one! |
फ़ाइल का आकार | 1.71 MB |
स्थापना संख्या | 271 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2019-09-04 |
प्रकाशन तिथि | 2019-09-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Austin Huang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Similar Pages", "version": "0.1.0", "description": "Find pages similar to the current one!", "author": "Austin Huang", "permissions": [ "https:\/\/*.google.com\/", "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_title": "Click to see similar pages", "default_icon": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" } }, "icons": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" }, "manifest_version": 2 } |