BoredPanda Single Page Application
This extension shows load all post related pages into a single one
Qu'est-ce que BoredPanda Single Page Application ?
BoredPanda Single Page Application est une extension Chrome développée par mastaleru.rafael, et sa fonction principale est "This extension shows load all post related pages into a single one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BoredPanda Single Page Application
Téléchargez les fichiers d'extension BoredPanda Single Page Application 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
This extension is loading the next page of a post (if available) when user reaches the bottom of the page.The operation is repeated until all the posts are displayed into a single page. This extension save user time and add a plus of usability to boredpanda.com
Informations de Base sur l'Extension
Nom | BoredPanda Single Page Application |
ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
URL Officiel | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
Description | This extension shows load all post related pages into a single one |
Taille du Fichier | 18.38 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2017-04-21 |
Date de Publication | 2017-04-21 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | mastaleru.rafael |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Mastaleru/BoredPandaExtension |
URL de la Page de Politique de Confidentialité | https://plusprivacy.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BoredPanda Single Page Application", "description": "This extension shows load all post related pages into a single one", "version": "0.3", "browser_action": { "default_icon": "panda_icon.png" }, "icons": { "16": "panda_icon16.png", "32": "panda_icon32.png", "48": "panda_icon48.png", "128": "panda_icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "http:\/\/www.boredpanda.com\/" ] } |