Koala Bookmarks

Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.

Vad är Koala Bookmarks?

Koala Bookmarks är en Chrome-tillägg utvecklad av https://rudeshko.net, och dess huvudfunktion är "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Koala Bookmarks-förlängningens CRX-fil

Ladda ner Koala Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                    

Grundläggande Information om Tillägg

Namn Koala Bookmarks Koala Bookmarks
ID dppepokpjgoaooihcnelbjhbhnggpblo
Officiell webbadress https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo
Beskrivning Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Filstorlek 1.21 MB
Antal Installationer 30
Aktuell Version 1.0.1
Senast Uppdaterad 2020-01-23
Publiceringsdatum 2020-01-23
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://rudeshko.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://rudeshko.net/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koala Bookmarks",
    "short_name": "Koala",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.",
    "icons": {
        "128": "images\/koala_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.google.com\/"
    ],
    "oauth2": {
        "client_id": "136776124756-pvjjqoua8e86tj56l4gq92j8ovvlihnv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "blank.js"
            ]
        }
    ]
}