BoredPanda Single Page Application
This extension shows load all post related pages into a single one
Hvad er BoredPanda Single Page Application?
BoredPanda Single Page Application er en Chrome-udvidelse udviklet af mastaleru.rafael, og dens hovedfunktion er "This extension shows load all post related pages into a single one".
Udvidelsesskærmbilleder
Download BoredPanda Single Page Application-udvidelses-CRX-fil
Download BoredPanda Single Page Application-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
| Officiel URL | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
| Beskrivelse | This extension shows load all post related pages into a single one |
| Filstørrelse | 18.38 KB |
| Antal Installationer | 47 |
| Nuværende Version | 0.3 |
| Senest Opdateret | 2017-04-21 |
| Udgivelsesdato | 2017-04-21 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | mastaleru.rafael |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Mastaleru/BoredPandaExtension |
| URL til Fortrolighedspolitik Side | https://plusprivacy.com/privacy-policy |
| Understøttede Sprog | 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\/"
]
} | |