Knowies

The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…

Vad är Knowies?

Knowies är en Chrome-tillägg utvecklad av Knowies, och dess huvudfunktion är "The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Knowies-förlängningens CRX-fil

Ladda ner Knowies-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

                        The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for you in your Knowies profile.

Choose directly in which collection (s) and / or community (s) you want to store the content.

After saving the link you can change the title & description and add tags to your content via the Knowies website or APP (in development). To keep saving as quick and easy as possible, this is not possible via the Plugin. The standard title and description will be used. 

With the Knowies plugin you can now save content for yourself faster and share it with others on the network.                    

Grundläggande Information om Tillägg

Namn Knowies Knowies
ID pkkmmclebdkjeogkjgpfhplogpgdhcnn
Officiell webbadress https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn
Beskrivning The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
Filstorlek 229 KB
Antal Installationer 62
Aktuell Version 2.1.1
Senast Uppdaterad 2021-06-08
Publiceringsdatum 2020-05-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Knowies
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.knowies.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knowies",
    "author": "Knowies",
    "version": "2.1.1",
    "icons": {
        "16": "dist\/images\/logo16.png",
        "48": "dist\/images\/logo48.png",
        "128": "dist\/images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dist\/images\/logo16.png",
            "48": "dist\/images\/logo48.png",
            "128": "dist\/images\/logo128.png"
        },
        "default_title": "Add this website to your Knowies",
        "default_popup": "app.html",
        "theme_icons": [
            {
                "light": "dist\/images\/logo128.png",
                "dark": "dist\/images\/logo128.png",
                "size": 128
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "bookmarks",
        "*:\/\/*.knowies.com\/"
    ]
}