Websee

This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!

Wat is Websee?

Websee is een Chrome-extensie ontwikkeld door https://websee.io, en de belangrijkste functie is "This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Websee

Download Websee-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Join the collective mind of the web! Create private groups to automatically share the web content you and friends discover. More features on the way.

https://www.websee.io/

The extension codebase is completely open source and freely licensed under the GNU General Public License. The code repository can be viewed at https://github.com/lasernite/websee_ext. We welcome your contributions!                    

Basisinformatie over de Extensie

Naam Websee Websee
ID pcpblbaphpngepnmihnboflfjaibgoek
Officiële URL https://chromewebstore.google.com/detail/websee/pcpblbaphpngepnmihnboflfjaibgoek
Beschrijving This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!
Bestandsgrootte 79.49 KB
Aantal Installaties 27
Huidige Versie 0.6
Laatst Bijgewerkt 2017-03-25
Publicatiedatum 2017-03-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://websee.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.websee.io/
URL van de Privacybeleid Pagina https://www.newstream.io/privacy_policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Websee",
    "short_name": "Websee",
    "description": "This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!",
    "version": "0.6",
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Websee - The Sea of the Web",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.websee.io\/*",
                "https:\/\/www.websee.io\/*"
            ],
            "js": [
                "websee.js"
            ]
        }
    ]
}