BoredPanda Single Page Application
This extension shows load all post related pages into a single one
Wat is BoredPanda Single Page Application?
BoredPanda Single Page Application is een Chrome-extensie ontwikkeld door mastaleru.rafael, en de belangrijkste functie is "This extension shows load all post related pages into a single one".
Extensie Screenshots
Download het CRX-bestand van de extensie BoredPanda Single Page Application
Download BoredPanda Single Page Application-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
| Officiële URL | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
| Beschrijving | This extension shows load all post related pages into a single one |
| Bestandsgrootte | 18.38 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2017-04-21 |
| Publicatiedatum | 2017-04-21 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | mastaleru.rafael |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Mastaleru/BoredPandaExtension |
| URL van de Privacybeleid Pagina | https://plusprivacy.com/privacy-policy |
| Ondersteunde Talen | 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\/"
]
} | |