Reddit Post Previewer
A chrome extension to preview new Reddit posts.
Co to jest Reddit Post Previewer?
Reddit Post Previewer to rozszerzenie Chrome opracowane przez Nick Rameau, a jego główną funkcją jest „A chrome extension to preview new Reddit posts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Post Previewer
Pobierz pliki rozszerzeń Reddit Post Previewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A chrome extension to preview new Reddit posts.
It's open source: https://github.com/R4meau/reddit-post-previewer Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cmciogmigfaangcbmlmncbjofgpojgil |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-post-previewer/cmciogmigfaangcbmlmncbjofgpojgil |
| Opis | A chrome extension to preview new Reddit posts. |
| Rozmiar pliku | 52.91 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2016-10-10 |
| Data Publikacji | 2016-10-10 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | Nick Rameau |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/R4meau/reddit-post-previewer |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Post Previewer",
"version": "1.0.0",
"description": "A chrome extension to preview new Reddit posts.",
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"js": [
"js\/jquery-2.0.2.min.js",
"js\/showdown.min.js",
"js\/background.js"
],
"css": [
"css\/custom.css"
],
"matches": [
"https:\/\/www.reddit.com\/*submit?selftext=true",
"http:\/\/www.reddit.com\/*submit?selftext=true"
]
}
]
} | |