tab.pics

Photos of our planet from various subreddits, including /r/earthporn and others

Qu'est-ce que tab.pics ?

tab.pics est une extension Chrome développée par Ryan Dury, et sa fonction principale est "Photos of our planet from various subreddits, including /r/earthporn and others".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tab.pics

Téléchargez les fichiers d'extension tab.pics 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

                        Beautiful photos of our planet in every new tab. Each photo is sourced from the users of http://reddit.com/r/earthporn and credit goes to each user for every photo.

**** Note *****
The app asks for your frequently visited websites so they can be optionally shown over top of the image. A lot of people have requested this feature, so I have added it as an option.  This information is only used locally, on your own computer. I do not retain this data.

Updates:

1.0.1 - Make the tab title SFW :)

1.0.0 - New name, source photos from multiple subreddits, enable recent sites and turn off title

0.0.5 - Updated image request stability

0.0.1 - First build!                    

Informations de Base sur l'Extension

Nom tab.pics tab.pics
ID hcaanmfcilckhmibiacbenapbdjgcnfa
URL Officiel https://chromewebstore.google.com/detail/tabpics/hcaanmfcilckhmibiacbenapbdjgcnfa
Description Photos of our planet from various subreddits, including /r/earthporn and others
Taille du Fichier 146 KB
Nombre d'Installations 2,307
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-24
Date de Publication 2015-03-24
Évaluation 4.73/5 Total 84 Évaluations
Développeur Ryan Dury
Type de Paiement free
Site Web de l'Extension http://tab.pics
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab.pics",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/js\/onInstall.js"
        ]
    },
    "version": "1.0.1",
    "permissions": [
        "storage",
        "topSites"
    ],
    "manifest_version": 2,
    "options_page": "src\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Photos of our planet from various subreddits, including \/r\/earthporn and others ",
    "homepage_url": "http:\/\/tab.pics",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/earthporn.html"
    }
}