BoredPanda Single Page Application
This extension shows load all post related pages into a single one
Was ist BoredPanda Single Page Application?
BoredPanda Single Page Application ist eine Chrome-Erweiterung, die von mastaleru.rafael entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows load all post related pages into a single one".
Erweiterungsscreenshots
BoredPanda Single Page Application-Erweiterungs-CRX-Datei herunterladen
Laden Sie BoredPanda Single Page Application-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
| Offizielle URL | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
| Beschreibung | This extension shows load all post related pages into a single one |
| Dateigröße | 18.38 KB |
| Installationsanzahl | 47 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2017-04-21 |
| Veröffentlichungsdatum | 2017-04-21 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | mastaleru.rafael |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Mastaleru/BoredPandaExtension |
| URL der Datenschutzrichtlinien-Seite | https://plusprivacy.com/privacy-policy |
| Unterstützte Sprachen | 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\/"
]
} | |