To the Comments!
View the reddit or Hacker News comments for a given page
Τι είναι το To the Comments!;
Το To the Comments! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://burba.io, και η κύρια λειτουργία του είναι "View the reddit or Hacker News comments for a given page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης To the Comments!
Λήψη αρχείων επέκτασης To the Comments! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
View the Hacker News and Reddit comments for your current page. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ceghmjigckmapkbgccgehlipbkdhglab |
| Επίσημο URL | https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab |
| Περιγραφή | View the reddit or Hacker News comments for a given page |
| Μέγεθος Αρχείου | 20.92 KB |
| Αριθμός Εγκαταστάσεων | 16 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2017-04-04 |
| Ημερομηνία Δημοσίευσης | 2017-04-04 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://burba.io |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://tothecomments.burba.io |
| Διεύθυνση URL της Σελίδας Βοήθειας | http://tothecomments.burba.io |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "To the Comments!",
"description": "View the reddit or Hacker News comments for a given page",
"version": "1.0.1",
"icons": {
"128": "src\/images\/comment.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "src\/images\/comment.png",
"default_title": "To the Comments!",
"default_popup": "src\/popup.html"
},
"background": {
"scripts": [
"src\/js\/thru.js",
"src\/js\/get-active-tab.js",
"src\/js\/get-active-url.js",
"src\/js\/get-comments.js",
"src\/js\/background.js"
],
"persistent": false
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Show comments for current page"
},
"open-top-reddit-link": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Open the top reddit link for this page"
},
"open-top-hn-link": {
"suggested_key": {
"default": "Alt+H"
},
"description": "Open the top Hacker News link for this page"
}
}
} | |