Protopage Start Page
Protopage Start Page
Protopage Start Page क्या है?
Protopage Start Page https://www.protopage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protopage Start Page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Protopage Start Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Protopage is your own personal start page. It can import news headlines from almost any web site. Read your own selection of news and blogs, keep bookmarks, to-do lists, sticky notes, and much more. This extension gives you quick access to your Protopage, and lets you easily add news feeds and bookmarks to your start page from any site web site that you are visiting in your web browser. Privacy assurance This extension does not disclose your web browsing activity in any way to any party, and is never transmitted outside of your computer. This extension is designed solely to give you easy access to your Protopage start page and to help you add bookmarks and news feeds to your Protopage.
एक्सटेंशन की मूल जानकारी
नाम | Protopage Start Page |
ID | hjgoljmnaepbdpeadpciimeapgjadenc |
आधिकारिक URL | https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc |
विवरण | Protopage Start Page |
फ़ाइल का आकार | 289 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.41 |
अंतिम अपडेट | 2023-11-27 |
प्रकाशन तिथि | 2018-09-09 |
रेटिंग | 3.98/5 कुल 40 रेटिंग्स |
डेवलपर | https://www.protopage.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.protopage.com |
सहायता पृष्ठ URL | https://www.protopage.com/_api/contact |
गोपनीयता नीति पृष्ठ URL | https://www.protopage.com/web/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Protopage Start Page", "description": "Protopage Start Page", "version": "1.41", "icons": { "128": "images\/extension-icon128.png", "48": "images\/extension-icon48.png", "16": "images\/extension-icon16.png" }, "incognito": "split", "permissions": [ "activeTab", "tabs", "cookies", "storage", "scripting" ], "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.protopage.com\/*" ], "js": [ "ext-pp-concatenated-sources-contentscript-protopage.js" ], "run_at": "document_end" } ], "background": { "service_worker": "ext-pp-concatenated-sources-background.js" }, "host_permissions": [ "*:\/\/*.protopage.com\/*" ] } |