WEBGALPI - Highlight & Clip
Manage content easily with one click.
WEBGALPI - Highlight & Clip क्या है?
WEBGALPI - Highlight & Clip whale.shark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage content easily with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WEBGALPI - Highlight & Clip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What is the WEBGALPI? ⭐️patch in progress - Development of automatic data synchronization is in progress. We will update in February 2022. # Summary - You can keep / scraping / highlight all sites with one click through web surfing. # Function - Various colors can be specified for highlighting. - Kepped site information can be checked and managed in the WEBGALPI dedicated dashboard. - You can perform backup/recovery through Google Drive. (manual) - You can share the collected content on Facebook. - It supports multiple languages. # Features under development - It allows you to IMPORT / EXPORT the contents of the bookmark with WEB-GALPI. - Activates the automatic backup function using AWS. - Mobile Viewer highlight 하이라이트 highlighter 하이라이터 클리핑 clipper clipping note 노트
एक्सटेंशन की मूल जानकारी
नाम | WEBGALPI - Highlight & Clip |
ID | egadgigecilocnjamakdccmpeodpnmoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/webgalpi-highlight-clip/egadgigecilocnjamakdccmpeodpnmoi |
विवरण | Manage content easily with one click. |
फ़ाइल का आकार | 1.7 MB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0.36 |
अंतिम अपडेट | 2022-02-11 |
प्रकाशन तिथि | 2020-08-14 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | whale.shark |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ko", "version": "1.0.36", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "WEBGALPI", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background\/background.js", "background\/listener.js", "background\/contextMenu.js" ] }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "css": [ "css\/hl.css", "lib\/jcrop\/jcrop.css" ], "js": [ "contents\/listener.js", "contents\/core\/hl-core.js", "dashboard\/lib\/readability.js" ] } ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ " |