@jjlmoya/utils-tools 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +172 -0
- package/src/category/i18n/id.ts +172 -0
- package/src/category/i18n/it.ts +172 -0
- package/src/category/i18n/ja.ts +172 -0
- package/src/category/i18n/ko.ts +172 -0
- package/src/category/i18n/nl.ts +172 -0
- package/src/category/i18n/pl.ts +172 -0
- package/src/category/i18n/pt.ts +172 -0
- package/src/category/i18n/ru.ts +172 -0
- package/src/category/i18n/sv.ts +172 -0
- package/src/category/i18n/tr.ts +172 -0
- package/src/category/i18n/zh.ts +172 -0
- package/src/category/index.ts +13 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +0 -1
- package/src/tool/date-diff-calculator/i18n/de.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/fr.ts +1 -1
- package/src/tool/date-diff-calculator/i18n/id.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/it.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ja.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ko.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/nl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pt.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ru.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/sv.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/tr.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/zh.ts +132 -0
- package/src/tool/date-diff-calculator/index.ts +12 -0
- package/src/tool/drive-direct-link/i18n/de.ts +118 -0
- package/src/tool/drive-direct-link/i18n/id.ts +118 -0
- package/src/tool/drive-direct-link/i18n/it.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ja.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ko.ts +118 -0
- package/src/tool/drive-direct-link/i18n/nl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pt.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ru.ts +118 -0
- package/src/tool/drive-direct-link/i18n/sv.ts +118 -0
- package/src/tool/drive-direct-link/i18n/tr.ts +118 -0
- package/src/tool/drive-direct-link/i18n/zh.ts +118 -0
- package/src/tool/drive-direct-link/index.ts +12 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/fr.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/id.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/it.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ja.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ko.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/nl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pt.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ru.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/sv.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/tr.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/zh.ts +140 -0
- package/src/tool/email-list-cleaner/index.ts +12 -0
- package/src/tool/env-badge-spain/i18n/de.ts +153 -0
- package/src/tool/env-badge-spain/i18n/es.ts +1 -1
- package/src/tool/env-badge-spain/i18n/fr.ts +1 -1
- package/src/tool/env-badge-spain/i18n/id.ts +153 -0
- package/src/tool/env-badge-spain/i18n/it.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ja.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ko.ts +153 -0
- package/src/tool/env-badge-spain/i18n/nl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pt.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ru.ts +153 -0
- package/src/tool/env-badge-spain/i18n/sv.ts +153 -0
- package/src/tool/env-badge-spain/i18n/tr.ts +153 -0
- package/src/tool/env-badge-spain/i18n/zh.ts +153 -0
- package/src/tool/env-badge-spain/index.ts +12 -0
- package/src/tool/morse-beacon/i18n/de.ts +157 -0
- package/src/tool/morse-beacon/i18n/id.ts +157 -0
- package/src/tool/morse-beacon/i18n/it.ts +157 -0
- package/src/tool/morse-beacon/i18n/ja.ts +157 -0
- package/src/tool/morse-beacon/i18n/ko.ts +157 -0
- package/src/tool/morse-beacon/i18n/nl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pt.ts +157 -0
- package/src/tool/morse-beacon/i18n/ru.ts +157 -0
- package/src/tool/morse-beacon/i18n/sv.ts +157 -0
- package/src/tool/morse-beacon/i18n/tr.ts +157 -0
- package/src/tool/morse-beacon/i18n/zh.ts +157 -0
- package/src/tool/morse-beacon/index.ts +13 -1
- package/src/tool/password-generator/i18n/de.ts +166 -0
- package/src/tool/password-generator/i18n/fr.ts +1 -1
- package/src/tool/password-generator/i18n/id.ts +166 -0
- package/src/tool/password-generator/i18n/it.ts +166 -0
- package/src/tool/password-generator/i18n/ja.ts +166 -0
- package/src/tool/password-generator/i18n/ko.ts +166 -0
- package/src/tool/password-generator/i18n/nl.ts +166 -0
- package/src/tool/password-generator/i18n/pl.ts +166 -0
- package/src/tool/password-generator/i18n/pt.ts +166 -0
- package/src/tool/password-generator/i18n/ru.ts +166 -0
- package/src/tool/password-generator/i18n/sv.ts +166 -0
- package/src/tool/password-generator/i18n/tr.ts +166 -0
- package/src/tool/password-generator/i18n/zh.ts +166 -0
- package/src/tool/password-generator/index.ts +13 -1
- package/src/tool/routes/i18n/de.ts +157 -0
- package/src/tool/routes/i18n/id.ts +157 -0
- package/src/tool/routes/i18n/it.ts +157 -0
- package/src/tool/routes/i18n/ja.ts +157 -0
- package/src/tool/routes/i18n/ko.ts +157 -0
- package/src/tool/routes/i18n/nl.ts +157 -0
- package/src/tool/routes/i18n/pl.ts +157 -0
- package/src/tool/routes/i18n/pt.ts +157 -0
- package/src/tool/routes/i18n/ru.ts +157 -0
- package/src/tool/routes/i18n/sv.ts +157 -0
- package/src/tool/routes/i18n/tr.ts +157 -0
- package/src/tool/routes/i18n/zh.ts +157 -0
- package/src/tool/routes/index.ts +13 -1
- package/src/tool/rule-of-three/i18n/de.ts +171 -0
- package/src/tool/rule-of-three/i18n/id.ts +171 -0
- package/src/tool/rule-of-three/i18n/it.ts +171 -0
- package/src/tool/rule-of-three/i18n/ja.ts +171 -0
- package/src/tool/rule-of-three/i18n/ko.ts +171 -0
- package/src/tool/rule-of-three/i18n/nl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pt.ts +171 -0
- package/src/tool/rule-of-three/i18n/ru.ts +171 -0
- package/src/tool/rule-of-three/i18n/sv.ts +171 -0
- package/src/tool/rule-of-three/i18n/tr.ts +171 -0
- package/src/tool/rule-of-three/i18n/zh.ts +171 -0
- package/src/tool/rule-of-three/index.ts +13 -1
- package/src/tool/seo-content-optimizer/i18n/de.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/id.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/it.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ja.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ko.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/nl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pt.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ru.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/sv.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/tr.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/zh.ts +136 -0
- package/src/tool/seo-content-optimizer/index.ts +12 -0
- package/src/tool/speed-reader/i18n/de.ts +152 -0
- package/src/tool/speed-reader/i18n/id.ts +152 -0
- package/src/tool/speed-reader/i18n/it.ts +152 -0
- package/src/tool/speed-reader/i18n/ja.ts +152 -0
- package/src/tool/speed-reader/i18n/ko.ts +152 -0
- package/src/tool/speed-reader/i18n/nl.ts +152 -0
- package/src/tool/speed-reader/i18n/pl.ts +152 -0
- package/src/tool/speed-reader/i18n/pt.ts +152 -0
- package/src/tool/speed-reader/i18n/ru.ts +152 -0
- package/src/tool/speed-reader/i18n/sv.ts +152 -0
- package/src/tool/speed-reader/i18n/tr.ts +152 -0
- package/src/tool/speed-reader/i18n/zh.ts +152 -0
- package/src/tool/speed-reader/index.ts +12 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/id.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/it.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ja.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ko.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/nl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pt.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ru.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/sv.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/tr.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/zh.ts +133 -0
- package/src/tool/text-pixel-calculator/index.ts +12 -0
- package/src/tool/whatsapp-link/i18n/de.ts +128 -0
- package/src/tool/whatsapp-link/i18n/id.ts +128 -0
- package/src/tool/whatsapp-link/i18n/it.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ja.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ko.ts +128 -0
- package/src/tool/whatsapp-link/i18n/nl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pt.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ru.ts +128 -0
- package/src/tool/whatsapp-link/i18n/sv.ts +128 -0
- package/src/tool/whatsapp-link/i18n/tr.ts +128 -0
- package/src/tool/whatsapp-link/i18n/zh.ts +128 -0
- package/src/tool/whatsapp-link/index.ts +12 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Wie verwende ich den Google Drive Download-Konverter?',
|
|
8
|
+
answer: 'Kopieren Sie den vollständigen „Freigeben“-Link einer beliebigen auf Google Drive gespeicherten Datei (diese muss über öffentliche Berechtigungen verfügen). Fügen Sie ihn in das Textfeld des Tools ein und klicken Sie auf „Direktlink generieren“. Es erscheint eine neue URL, die den Download startet, ohne den Viewer von Google zu öffnen.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Kann ich einen Direkt-Download-Link für eine private Datei erstellen?',
|
|
12
|
+
answer: 'Wenn die Datei privat oder der Zugriff eingeschränkt ist, fordert Google Sie auf, sich mit einem autorisierten Konto anzumelden. Für saubere Downloads ohne Registrierung müssen die Dateiberechtigungen auf „Jeder, der über den Link verfügt, kann ansehen“ eingestellt sein.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Ist es sicher, meine Drive-Links hier zu konvertieren?',
|
|
16
|
+
answer: 'Ja. Die Konvertierung findet zu 100 % in Ihrem Browser statt und ist absolut anonym. Das Tool speichert Ihren Link nicht und tätigt keine Serveraufrufe; es analysiert lediglich die URL-Struktur clientseitig, um die Download-Version zu erstellen.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Was passiert, wenn meine Drive-Datei sehr groß ist?',
|
|
20
|
+
answer: 'Bei Dateien, die größer als etwa 100 MB sind, erlaubt Google Drive keinen sofortigen direkten Download. Stattdessen wird eine Warnseite bezüglich der Dateigröße und der Umgehung des Antivirus-Scans angezeigt. Dies ist eine feste Richtlinie der Google-Server, die kein externes Tool umgehen kann.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Freigabelink kopieren', text: 'Klicken Sie in Google Drive mit der rechten Maustaste auf die Datei und wählen Sie „Link abrufen“. Stellen Sie sicher, dass die Berechtigungen den Zugriff für jeden erlauben, der über den Link verfügt.' },
|
|
26
|
+
{ name: 'Link in den Generator einfügen', text: 'Geben Sie die vollständige Drive-URL in das Textfeld des Tools ein und klicken Sie auf die Schaltfläche „Direktlink generieren“.' },
|
|
27
|
+
{ name: 'Generierten Link kopieren und verwenden', text: 'Kopieren Sie den neuen Direkt-Download-Link und verwenden Sie ihn in E-Mails, auf Websites, in Newslettern oder überall dort, wo die Datei beim Klicken sofort heruntergeladen werden soll.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'So generieren Sie einen Direkt-Download-Link für Google Drive',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Google Drive Direkt-Download-Link-Generator',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Konvertieren Sie jeden Google Drive-Freigabelink mit einem Klick in einen Direkt-Download-Link und umgehen Sie die Dateivorschauseite. Kostenloses Tool.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Fügen Sie hier Ihren Google Drive-Link ein:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Direktlink generieren',
|
|
61
|
+
resultLabel: 'Direkt-Download-Link:',
|
|
62
|
+
copyTitle: 'In Zwischenablage kopieren',
|
|
63
|
+
copyDone: 'Kopiert',
|
|
64
|
+
testBtn: 'Download testen',
|
|
65
|
+
errorMsg: 'Der eingegebene Link scheint kein gültiger Google Drive-Link zu sein.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'drive-direktlink-generator',
|
|
70
|
+
title: 'Google Drive Direktlink Generator',
|
|
71
|
+
description: 'Konvertieren Sie ganz einfach jeden Google Drive-Freigabelink mit einem Klick in einen Direkt-Download-Link und umgehen Sie die Dateivorschau. Kostenloses Tool.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Referenzen',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Dateien von Google Drive herunterladen (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: Dateien herunterladen', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Konvertieren Sie Google Drive-Freigabelinks in Direkt-Download-Links' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Wenn Sie häufig Dateien über Google Drive freigeben, wissen Sie, wie lästig die Vorschauseite sein kann. Wenn Ihre Nutzer auf Ihren Link klicken, landen sie auf einem Zwischenbildschirm, der sie zwingt, die Download-Schaltfläche zu suchen. Unser <strong>Google Drive Direkt-Download-Link-Generator</strong> löst dieses Problem, indem er jeden Freigabelink in einen Link umwandelt, der den Download automatisch startet.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Warum einen Direkt-Download-Link verwenden?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Der Hauptvorteil ist eine viel bessere Benutzererfahrung. Wenn Sie ein PDF, ein Bild oder ein Software-Installationsprogramm freigeben, erwarten Nutzer, dass der Download sofort nach dem Klicken auf den Link beginnt:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Spart Zeit:</strong> Ein-Klick-Download ohne zusätzliche Schritte.',
|
|
97
|
+
'<strong>Professionelles Aussehen:</strong> Ideal für Download-Schaltflächen auf Websites, in Newslettern oder Kunden-E-Mails.',
|
|
98
|
+
'<strong>Weniger Absprünge:</strong> Weniger technisch versierte Nutzer könnten durch die Drive-Vorschau verwirrt sein und nicht wissen, wie sie die Datei herunterladen können.',
|
|
99
|
+
'<strong>HTML-ready:</strong> Perfekt für <code>href</code>- oder <code>src</code>-Attribute auf Ihren Webseiten.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Wie funktioniert der Direktlink-Generator?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Alles findet zu 100 % in Ihrem Browser statt. Google Drive-Freigabelinks enthalten eine eindeutige Dateikennung (ID). Das Tool extrahiert diese ID und erstellt eine neue URL unter Verwendung des nativen Exportparameters von Google: <code>https://drive.google.com/uc?export=download&id=IHRE_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Warnung bei großen Dateien',
|
|
110
|
+
html: 'Bei Dateien über etwa 100 MB zeigt Google Drive eine Warnseite für den Antivirus-Scan an, bevor der Download startet. Dies ist eine feste Richtlinie der Google-Server, die kein externes Tool umgehen kann.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Datenschutz und Sicherheit garantiert' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Dieses Tool respektiert Ihre Privatsphäre vollumfänglich. Die gesamte Link-Transformation wird über clientseitiges JavaScript auf Ihrem eigenen Gerät durchgeführt. Es werden niemals Links, Dateikennungen oder persönliche Informationen an externe Server gesendet.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Bagaimana cara menggunakan pengonversi unduhan Google Drive?',
|
|
8
|
+
answer: 'Salin tautan "Bagikan" lengkap dari berkas mana pun yang disimpan di Google Drive (harus memiliki izin publik). Tempelkan ke dalam kotak teks alat dan klik "Buat Tautan Langsung". URL baru akan muncul yang memulai unduhan tanpa membuka penampil Google.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Dapatkah saya membuat tautan unduhan langsung untuk berkas pribadi?',
|
|
12
|
+
answer: 'Jika berkas bersifat pribadi atau aksesnya dibatasi, Google akan meminta Anda untuk masuk dengan akun yang diotorisasi. Untuk unduhan bersih tanpa registrasi, izin berkas harus diatur ke "Siapa saja yang memiliki tautan dapat melihat".',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Apakah aman mengonversi tautan Drive saya di sini?',
|
|
16
|
+
answer: 'Ya. Konversi terjadi 100% di browser Anda dan sepenuhnya anonim. Alat ini tidak menyimpan tautan Anda atau melakukan panggilan server; alat ini hanya menganalisis struktur URL di sisi klien untuk menghasilkan versi unduhan.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Apa yang terjadi jika berkas Drive saya sangat besar?',
|
|
20
|
+
answer: 'Untuk berkas yang lebih besar dari sekitar 100 MB, Google Drive tidak mengizinkan unduhan langsung instan. Sebaliknya, Google Drive menampilkan halaman peringatan tentang ukuran berkas dan pengabaian pemindaian antivirus. Ini adalah kebijakan server Google tetap yang tidak dapat dihindari oleh alat eksternal apa pun.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Salin tautan bagikan', text: 'Di Google Drive, klik kanan berkas dan pilih "Dapatkan tautan". Pastikan izin mengizinkan akses ke siapa saja yang memiliki tautan.' },
|
|
26
|
+
{ name: 'Tempelkan tautan ke generator', text: 'Masukkan URL Drive lengkap di bidang teks alat dan klik tombol "Buat Tautan Langsung".' },
|
|
27
|
+
{ name: 'Salin dan gunakan tautan yang dihasilkan', text: 'Salin tautan unduhan langsung yang baru dan gunakan di email, situs web, nawala, atau di mana pun Anda membutuhkan berkas tersebut untuk diunduh segera saat diklik.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Cara membuat tautan unduhan langsung untuk Google Drive',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Pembuat Tautan Unduhan Langsung Google Drive',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Konversi tautan bagikan Google Drive apa pun menjadi tautan unduhan langsung dengan satu klik, tanpa melalui halaman pratinjau berkas. Alat gratis.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Tempelkan tautan Google Drive Anda di sini:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Buat Tautan Langsung',
|
|
61
|
+
resultLabel: 'Tautan Unduhan Langsung:',
|
|
62
|
+
copyTitle: 'Salin ke papan klip',
|
|
63
|
+
copyDone: 'Disalin',
|
|
64
|
+
testBtn: 'Uji Unduhan',
|
|
65
|
+
errorMsg: 'Tautan yang Anda masukkan tampaknya bukan tautan Google Drive yang valid.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'tautan-unduhan-langsung-google-drive',
|
|
70
|
+
title: 'Pembuat Tautan Unduhan Langsung Google Drive',
|
|
71
|
+
description: 'Konversi tautan bagikan Google Drive apa pun dengan mudah menjadi tautan unduhan langsung hanya dengan satu klik, tanpa melalui pratinjau berkas. Alat gratis.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Referensi',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Unduh berkas dari Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: Unduh Berkas', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Konversi tautan bagikan Google Drive ke tautan unduhan langsung' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Jika Anda sering membagikan berkas melalui Google Drive, Anda tahu betapa menjengkelkannya halaman pratinjau itu. Ketika pengguna Anda mengklik tautan Anda, mereka mendarat di layar perantara yang memaksa mereka mencari tombol unduh. <strong>Pembuat tautan unduhan langsung Google Drive</strong> kami mengatasi hal ini dengan mengonversi tautan bagikan apa pun menjadi tautan yang memulai unduhan secara otomatis.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Mengapa menggunakan tautan unduhan langsung?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Manfaat utamanya adalah pengalaman pengguna yang jauh lebih baik. Saat membagikan PDF, gambar, atau penginstal perangkat lunak, pengguna mengharapkan mengklik tautan akan segera memulai unduhan:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Menghemat waktu:</strong> Unduhan satu klik tanpa langkah tambahan.',
|
|
97
|
+
'<strong>Tampilan profesional:</strong> Ideal untuk tombol unduh di situs web, nawala, atau email klien.',
|
|
98
|
+
'<strong>Lebih sedikit drop-off:</strong> Pengguna yang kurang mahir teknologi mungkin bingung dengan pratinjau Drive dan tidak tahu cara mengunduh.',
|
|
99
|
+
'<strong>Siap HTML:</strong> Sempurna untuk atribut <code>href</code> atau <code>src</code> di halaman web Anda.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Bagaimana cara kerja generator tautan langsung?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Semuanya terjadi 100% di browser Anda. Tautan bagikan Google Drive berisi ID berkas yang unik. Alat ini mengekstrak ID tersebut dan membangun URL baru menggunakan parameter ekspor asli Google: <code>https://drive.google.com/uc?export=download&id=ID_ANDA</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Peringatan untuk berkas besar',
|
|
110
|
+
html: 'Untuk berkas di atas sekitar 100 MB, Google Drive menampilkan halaman peringatan pemindaian antivirus sebelum unduhan dimulai. Ini adalah kebijakan server Google tetap yang tidak dapat dihindari oleh alat eksternal apa pun.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Privasi dan keamanan terjamin' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Alat ini sepenuhnya menghormati privasi Anda. Seluruh transformasi tautan dilakukan melalui JavaScript sisi klien di perangkat Anda sendiri. Tidak ada tautan, ID berkas, atau informasi pribadi yang dikirim ke server eksternal mana pun.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Come uso il convertitore di download di Google Drive?',
|
|
8
|
+
answer: 'Copia il link "Condividi" completo di qualsiasi file memorizzato su Google Drive (deve avere permessi pubblici). Incollalo nella casella di testo dello strumento e fai clic su "Genera link diretto". Apparirà un nuovo URL che avvierà il download senza aprire il visualizzatore di Google.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Posso generare un link di download diretto per un file privato?',
|
|
12
|
+
answer: 'Se il file è privato o l\'accesso è limitato, Google ti chiederà di accedere con un account autorizzato. Per download puliti senza registrazione, i permessi del file devono essere impostati su "Chiunque abbia il link può visualizzare".',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'È sicuro convertire i miei link di Drive qui?',
|
|
16
|
+
answer: 'Sì. La conversione avviene al 100% nel tuo browser ed è completamente anonima. Lo strumento non memorizza il tuo link né effettua chiamate al server; analizza solo la struttura dell\'URL lato client per generare la versione di download.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Cosa succede se il mio file di Drive è molto grande?',
|
|
20
|
+
answer: 'Per i file più grandi di circa 100 MB, Google Drive non consente un download diretto istantaneo. Visualizza invece una pagina di avviso sulle dimensioni del file e il bypass della scansione antivirus. Questa è una politica fissa dei server di Google che nessuno strumento esterno può aggirare.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Copia il link di condivisione', text: 'In Google Drive, fai clic con il pulsante destro del mouse sul file e seleziona "Ottieni link". Assicurati che i permessi consentano l\'accesso a chiunque abbia il link.' },
|
|
26
|
+
{ name: 'Incolla il link nel generatore', text: 'Inserisci l\'URL completo di Drive nel campo di testo dello strumento e fai clic sul pulsante "Genera link diretto".' },
|
|
27
|
+
{ name: 'Copia e usa il link generato', text: 'Copia il nuovo link di download diretto e usalo in email, siti web, newsletter o ovunque tu abbia bisogno che il file venga scaricato immediatamente al clic.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Come generare un link di download diretto per Google Drive',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Generatore di Link di Download Diretto Google Drive',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Converti qualsiasi link di condivisione di Google Drive in un link di download diretto con un clic, saltando la pagina di anteprima del file. Strumento gratuito.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Incolla qui il tuo link di Google Drive:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Genera Link Diretto',
|
|
61
|
+
resultLabel: 'Link di Download Diretto:',
|
|
62
|
+
copyTitle: 'Copia negli appunti',
|
|
63
|
+
copyDone: 'Copiato',
|
|
64
|
+
testBtn: 'Testa Download',
|
|
65
|
+
errorMsg: 'Il link inserito non sembra essere un link valido di Google Drive.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'link-download-diretto-google-drive',
|
|
70
|
+
title: 'Generatore di Link di Download Diretto Google Drive',
|
|
71
|
+
description: 'Converti facilmente qualsiasi link di condivisione di Google Drive in un link di download diretto con un clic, saltando l\'anteprima del file. Strumento gratuito.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Domande Frequenti',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Riferimenti',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Scaricare file da Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: Scaricare file', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Converti i link di condivisione di Google Drive in link di download diretto' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Se condividi spesso file tramite Google Drive, sai quanto possa essere fastidiosa la pagina di anteprima. Quando i tuoi utenti cliccano sul tuo link, atterrano su una schermata intermedia che li costringe a cercare il pulsante di download. Il nostro <strong>generatore di link di download diretto Google Drive</strong> risolve questo problema convertendo qualsiasi link di condivisione in uno che avvia automaticamente il download.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Perché usare un link di download diretto?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Il vantaggio principale è un\'esperienza utente molto migliore. Quando si condivide un PDF, un\'immagine o un programma di installazione software, gli utenti si aspettano che il clic sul link avvii immediatamente il download:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Risparmio di tempo:</strong> Download con un clic senza passaggi extra.',
|
|
97
|
+
'<strong>Aspetto professionale:</strong> Ideale per pulsanti di download su siti web, newsletter o email ai clienti.',
|
|
98
|
+
'<strong>Meno abbandoni:</strong> Gli utenti meno esperti di tecnologia possono essere confusi dall\'anteprima di Drive e non sapere come scaricare il file.',
|
|
99
|
+
'<strong>Pronto per l\'HTML:</strong> Perfetto per gli attributi <code>href</code> o <code>src</code> nelle tue pagine web.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Come funziona il generatore di link diretti?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Tutto avviene al 100% nel tuo browser. I link di condivisione di Google Drive contengono un ID file univoco. Lo strumento estrae tale ID e crea un nuovo URL utilizzando il parametro di esportazione nativo di Google: <code>https://drive.google.com/uc?export=download&id=IL_TUO_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Avviso per i file di grandi dimensioni',
|
|
110
|
+
html: 'Per i file superiori a circa 100 MB, Google Drive visualizza una pagina di avviso della scansione antivirus prima dell\'inizio del download. Questa è una politica fissa dei server di Google che nessuno strumento esterno può aggirare.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Privacy e sicurezza garantite' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Questo strumento rispetta pienamente la tua privacy. L\'intera trasformazione del link viene eseguita tramite JavaScript lato client sul tuo dispositivo. Nessun link, ID file o informazione personale viene mai inviato a server esterni.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Googleドライブ・ダウンロード・コンバーターの使い方は?',
|
|
8
|
+
answer: 'Googleドライブに保存されているファイルの「共有」リンクをコピーします(一般公開の権限が必要です)。それをツールのテキストボックスに貼り付け、「直通リンクを生成」をクリックします。Googleのプレビュー画面を開かずにダウンロードを開始する新しいURLが表示されます。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '非公開ファイルの直通ダウンロードリンクを作成できますか?',
|
|
12
|
+
answer: 'ファイルが非公開またはアクセスが制限されている場合、Googleから権限のあるアカウントでのログインを求められます。登録不要でスムーズにダウンロードするには、ファイルの権限を「リンクを知っている全員が閲覧可」に設定する必要があります。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'ここでドライブのリンクを変換しても安全ですか?',
|
|
16
|
+
answer: 'はい。変換は100%ブラウザ内で行われ、完全に匿名です。ツールはリンクを保存したりサーバーに送信したりしません。ダウンロード用URLを作成するために、クライアントサイドでURL構造を解析するだけです。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'ドライブのファイル容量が大きい場合はどうなりますか?',
|
|
20
|
+
answer: '約100MBを超えるファイルの場合、Googleドライブは即時の直通ダウンロードを許可しません。代わりに、ファイルサイズとウイルススキャン実行の警告ページが表示されます。これはGoogleサーバーの固定ポリシーであり、外部ツールで回避することはできません。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: '共有リンクをコピー', text: 'Googleドライブでファイルを右クリックし、「リンクをコピー」を選択します。権限が「リンクを知っている全員」に設定されていることを確認してください。' },
|
|
26
|
+
{ name: 'ジェネレーターにリンクを貼り付け', text: 'ツールのテキストフィールドにドライブのURLを入力し、「直通リンクを生成」ボタンをクリックします。' },
|
|
27
|
+
{ name: '生成されたリンクをコピーして使用', text: '新しい直通ダウンロードリンクをコピーし、メール、Webサイト、ニュースレター、またはクリック時に即座にダウンロードを必要とする場所で使用します。' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Googleドライブの直通ダウンロードリンクを生成する方法',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Googleドライブ直通ダウンロードリンク・ジェネレーター',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
54
|
+
description: 'Googleドライブの共有リンクをワンクリックで直通ダウンロードリンクに変換し、プレビューページをスキップします。無料ツール。',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Googleドライブのリンクをここに貼り付けてください:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: '直通リンクを生成',
|
|
61
|
+
resultLabel: '直通ダウンロードリンク:',
|
|
62
|
+
copyTitle: 'クリップボードにコピー',
|
|
63
|
+
copyDone: 'コピーしました',
|
|
64
|
+
testBtn: 'ダウンロードをテスト',
|
|
65
|
+
errorMsg: '入力されたリンクは有効なGoogleドライブのリンクではないようです。',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'google-drive-direct-download-link',
|
|
70
|
+
title: 'Googleドライブ直通ダウンロードリンク・ジェネレーター',
|
|
71
|
+
description: 'Googleドライブの共有リンクをワンクリックで直通ダウンロードリンクに変換し、プレビューをスキップします。無料ツール。',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'よくある質問',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: '参考文献',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Googleドライブからファイルをダウンロードする(Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: ファイルをダウンロードする', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Googleドライブの共有リンクを直通ダウンロードリンクに変換' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Googleドライブを介して頻繁にファイルを共有しているなら、プレビュー画面がいかに煩わしいかをご存じでしょう。ユーザーがリンクをクリックすると、ダウンロードボタンを探させるための中間画面が表示されます。当社の<strong>Googleドライブ直通ダウンロードリンク・ジェネレーター</strong>は、共有リンクを自動的にダウンロードが開始されるリンクに変換することで、この問題を解決します。',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'なぜ直通ダウンロードリンクを使うのですか?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: '主な利点は、ユーザーエクスペリエンスが大幅に向上することです。PDF、画像、またはソフトウェアインストーラーを共有する場合、ユーザーはリンクをクリックした直後にダウンロードが開始されることを期待しています。',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>時間の節約:</strong>余計なステップなしでワンクリックダウンロード。',
|
|
97
|
+
'<strong>プロフェッショナルな外観:</strong>Webサイトのダウンロードボタン、ニュースレター、またはクライアントへのメールに最適です。',
|
|
98
|
+
'<strong>離脱率の低下:</strong>ITに詳しくないユーザーにとって、ドライブのプレビュー画面は混乱を招き、ダウンロード方法がわからない場合があります。',
|
|
99
|
+
'<strong>HTML対応:</strong>Webページの <code>href</code> や <code>src</code> 属性にそのまま使えます。',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: '直通リンク・ジェネレーターの仕組みは?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'すべての処理は100%ブラウザ内で行われます。Googleドライブの共有リンクには一意のファイルIDが含まれています。ツールはこのIDを抽出し、Google独自の書き出しパラメータを使用して新しいURLを構築します:<code>https://drive.google.com/uc?export=download&id=あなたのファイルID</code>',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: '大容量ファイルに関する注意',
|
|
110
|
+
html: '約100MBを超えるファイルの場合、ダウンロード開始前にGoogleドライブによってウイルススキャンの警告ページが表示されます。これはGoogleサーバーの固定ポリシーであり、外部ツールで回避することはできません。',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'プライバシーとセキュリティの保証' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'このツールはユーザーのプライバシーを完全に尊重します。リンクの変換はすべて、ご自身のデバイス上のクライアントサイドJavaScriptを介して実行されます。リンク、ファイルID、または個人情報が外部サーバーに送信されることはありません。',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Google 드라이브 다운로드 변환기는 어떻게 사용하나요?',
|
|
8
|
+
answer: 'Google 드라이브에 저장된 파일의 "공유" 링크를 복사합니다(공개 권한 설정이 필요함). 해당 링크를 도구의 텍스트 상자에 붙여넣고 "직통 링크 생성"을 클릭합니다. Google 미리보기 화면을 거치지 않고 바로 다운로드를 시작하는 새로운 URL이 생성됩니다.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '비공개 파일의 직통 다운로드 링크를 생성할 수 있나요?',
|
|
12
|
+
answer: '파일이 비공개이거나 액세스가 제한된 경우 Google에서 권한이 있는 계정으로 로그인을 요청합니다. 가입 없이 즉시 다운로드하려면 파일 권한을 "링크가 있는 모든 사용자에게 공개"로 설정해야 합니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '여기에서 드라이브 링크를 변환하는 것이 안전한가요?',
|
|
16
|
+
answer: '네. 변환 과정은 100% 브라우저 내에서 이루어지며 완전히 익명입니다. 도구는 귀하의 링크를 저장하거나 서버로 전송하지 않습니다. 다운로드용 URL을 만들기 위해 클라이언트 측에서 URL 구조를 분석할 뿐입니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '드라이브 파일 용량이 매우 크면 어떻게 되나요?',
|
|
20
|
+
answer: '약 100MB를 초과하는 파일의 경우 Google 드라이브에서 즉각적인 직통 다운로드를 허용하지 않습니다. 대신 파일 크기 및 바이러스 검사 건너뛰기에 대한 경고 페이지가 표시됩니다. 이는 Google 서버의 고정된 정책이며 외부 도구로 우회할 수 없습니다.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: '공유 링크 복사', text: 'Google 드라이브에서 파일을 마우스 오른쪽 버튼으로 클릭하고 "링크 복사"를 선택합니다. 권한이 "링크가 있는 모든 사용자"로 설정되어 있는지 확인하세요.' },
|
|
26
|
+
{ name: '생성기에 링크 붙여넣기', text: '도구의 텍스트 필드에 전체 드라이브 URL을 입력하고 "직통 링크 생성" 버튼을 클릭합니다.' },
|
|
27
|
+
{ name: '생성된 링크 복사 및 사용', text: '새로운 직통 다운로드 링크를 복사하여 이메일, 웹사이트, 뉴스레터 등 클릭 시 즉시 다운로드가 필요한 곳에 사용하세요.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Google 드라이브 직통 다운로드 링크 생성 방법',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Google 드라이브 직통 다운로드 링크 생성기',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
54
|
+
description: 'Google 드라이브 공유 링크를 원클릭으로 직통 다운로드 링크로 변환하여 미리보기 페이지를 건너뜁니다. 무료 도구.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Google 드라이브 링크를 여기에 붙여넣으세요:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: '직통 링크 생성',
|
|
61
|
+
resultLabel: '직통 다운로드 링크:',
|
|
62
|
+
copyTitle: '클립보드에 복사',
|
|
63
|
+
copyDone: '복사됨',
|
|
64
|
+
testBtn: '다운로드 테스트',
|
|
65
|
+
errorMsg: '입력하신 링크가 유효한 Google 드라이브 링크가 아닌 것 같습니다.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'google-drive-direct-download-link',
|
|
70
|
+
title: 'Google 드라이브 직통 다운로드 링크 생성기',
|
|
71
|
+
description: 'Google 드라이브 공유 링크를 원클릭으로 직통 다운로드 링크로 쉽게 변환하여 미리보기를 건너뜁니다. 무료 도구.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: '자주 묻는 질문',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: '참고 문헌',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Google 드라이브에서 파일 다운로드(Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: 파일 다운로드', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Google 드라이브 공유 링크를 직통 다운로드 링크로 변환' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Google 드라이브를 통해 파일을 자주 공유한다면 미리보기 페이지가 얼마나 번거로운지 잘 아실 것입니다. 사용자가 링크를 클릭하면 다운로드 버튼을 직접 찾아야 하는 중간 화면이 표시됩니다. 저희의 <strong>Google 드라이브 직통 다운로드 링크 생성기</strong>는 공유 링크를 다운로드가 자동으로 시작되는 링크로 변환하여 이 문제를 해결해 드립니다.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: '왜 직통 다운로드 링크를 사용해야 하나요?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: '주요 이점은 훨씬 더 나은 사용자 경험입니다. PDF, 이미지 또는 소프트웨어 설치 프로그램을 공유할 때 사용자는 링크를 클릭하자마자 다운로드가 시작되기를 기대합니다.',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>시간 절약:</strong> 추가 단계 없는 원클릭 다운로드.',
|
|
97
|
+
'<strong>전문적인 느낌:</strong> 웹사이트의 다운로드 버튼, 뉴스레터 또는 고객 이메일에 이상적입니다.',
|
|
98
|
+
'<strong>이탈 피드백 감소:</strong> 기술에 익숙하지 않은 사용자는 드라이브 미리보기 화면에서 당황하거나 다운로드 방법을 모를 수 있습니다.',
|
|
99
|
+
'<strong>HTML 지원:</strong> 웹 페이지의 <code>href</code> 또는 <code>src</code> 속성에 바로 사용할 수 있습니다.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: '직통 링크 생성기는 어떻게 작동하나요?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: '모든 처리는 100% 브라우저 내에서 이루어집니다. Google 드라이브 공유 링크에는 고유한 파일 ID가 포함되어 있습니다. 도구는 이 ID를 추출하고 Google 고유의 내보내기 파라미터를 사용하여 새 URL을 구축합니다: <code>https://drive.google.com/uc?export=download&id=귀하의_ID</code>',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: '대용량 파일 주의 사항',
|
|
110
|
+
html: '약 100MB를 초과하는 파일의 경우 다운로드 시작 전에 Google 드라이브에서 바이러스 검사 경고 페이지를 표시합니다. 이는 Google 서버의 고정된 정책이며 외부 도구로 우회할 수 없습니다.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: '개인 정보 보호 및 보안 보장' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: '이 도구는 귀하의 개인 정보를 전적으로 존중합니다. 모든 링크 변환은 귀하의 장치에서 클라이언트 측 자바스크립트를 통해 수행됩니다. 링크, 파일 ID 또는 개인 정보가 외부 서버에 전송되지 않습니다.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|