BoredPanda Single Page Application
This extension shows load all post related pages into a single one
Vad är BoredPanda Single Page Application?
BoredPanda Single Page Application är en Chrome-tillägg utvecklad av mastaleru.rafael, och dess huvudfunktion är "This extension shows load all post related pages into a single one".
Tilläggsskärmbilder
Ladda ner BoredPanda Single Page Application-förlängningens CRX-fil
Ladda ner BoredPanda Single Page Application-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
| Officiell webbadress | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
| Beskrivning | This extension shows load all post related pages into a single one |
| Filstorlek | 18.38 KB |
| Antal Installationer | 47 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2017-04-21 |
| Publiceringsdatum | 2017-04-21 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | mastaleru.rafael |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Mastaleru/BoredPandaExtension |
| URL till Sekretesspolicy Sidan | https://plusprivacy.com/privacy-policy |
| Stödda Språk | 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\/"
]
} | |