WEBGALPI - Highlight & Clip

Manage content easily with one click.

Qu'est-ce que WEBGALPI - Highlight & Clip ?

WEBGALPI - Highlight & Clip est une extension Chrome développée par whale.shark, et sa fonction principale est "Manage content easily with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WEBGALPI - Highlight & Clip

Téléchargez les fichiers d'extension WEBGALPI - Highlight & Clip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 노트                    

Informations de Base sur l'Extension

Nom WEBGALPI - Highlight & Clip WEBGALPI - Highlight & Clip
ID egadgigecilocnjamakdccmpeodpnmoi
URL Officiel https://chromewebstore.google.com/detail/webgalpi-highlight-clip/egadgigecilocnjamakdccmpeodpnmoi
Description Manage content easily with one click.
Taille du Fichier 1.7 MB
Nombre d'Installations 87
Version Actuelle 1.0.36
Dernière Mise à Jour 2022-02-11
Date de Publication 2020-08-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur whale.shark
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        "",
        "tabs",
        "storage",
        "contextMenus",
        "bookmarks",
        "notifications",
        "identity"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiTLnV7+F8Wgoa86oCHWilA5so4tzSnOHtl2VuIQswYlp4+Zy9pQqc01Dhe2ZZucvcleYeZRmN4o9gHDxNssz52bMUQ6DBgU150MUZDZ+r2LhVGARus1Gyx7KX5YjRiiPNbYJXG+BQrEGh1sT00GurxUynLN\/Om7TCTMVPs\/f4\/8xr1TiObf8GYW96XvxLWg7dUl8un8k10EJsEFqPknLhG6uY4qHg7xO8ZNVk0rosMCVgotUqm8lAiREYRQP113OdW8x5yf3PSm8\/tHJywInyJWBn4eA19NncmombKpTnT7KS\/xO\/nSb7Msi0gT5HcNgVNRA1bUCCcgheJBfj9VOMQIDAQAB",
    "oauth2": {
        "client_id": "360661693058-atcirrvpufj3i8u6qn4pmvgjtkec8su8.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}