Url Slideshow
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
Τι είναι το Url Slideshow;
Το Url Slideshow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Proddi, και η κύρια λειτουργία του είναι "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Url Slideshow
Λήψη αρχείων επέκτασης Url Slideshow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Turns your browser into a slideshow of URLs.
- Using just one tab for all URLs for minimal memory/resource footprint
- You can switch the tab without get intercept from the slideshow
- Easy contextMenu navigation for adding/removing/showing
- Fullscreen- / Autostart-feature for automation
- Also perfect to run on a Raspberry PI :)
https://github.com/proddi/urlslideshow Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pdblffiahfjjldpkngdpaegghhamefam |
| Επίσημο URL | https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam |
| Περιγραφή | Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can… |
| Μέγεθος Αρχείου | 47.35 KB |
| Αριθμός Εγκαταστάσεων | 42,887 |
| Τρέχουσα Έκδοση | 0.5.0 |
| Τελευταία Ενημέρωση | 2016-07-13 |
| Ημερομηνία Δημοσίευσης | 2016-07-13 |
| Αξιολόγηση | 4.59/5 Συνολικά 17 Αξιολογήσεις |
| Προγραμματιστής | Proddi |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/proddi/urlslideshow |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Url Slideshow",
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/proddi\/urlslideshow",
"version": "0.5.0",
"manifest_version": 2,
"icons": {
"16": "icons\/slideshow-24.png",
"48": "icons\/slideshow-48.png",
"128": "icons\/slideshow-128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/slideshow-24.png",
"38": "icons\/slideshow-48.png"
},
"default_title": "Start\/Stop the show..."
},
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/SlideShow.js",
"js\/background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"tabs"
]
} | |